Move ns-win.el's rather wacky menu adjustments to menu-bar.el.
authorGlenn Morris <rgm@gnu.org>
Mon, 25 Oct 2010 00:48:26 +0000 (17:48 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 25 Oct 2010 00:48:26 +0000 (17:48 -0700)
commit43f86806584bd38af563dd68cd7bc0f18db8171c
treea03c6a61cab896c0ceed4b6e6564fa8f87c2232f
parentb92836ff065a8757c21fe11fdb7e6c07dd0b9419
Move ns-win.el's rather wacky menu adjustments to menu-bar.el.

* lisp/term/ns-win.el: Do not require easymenu.
(menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
<spell>: Move adjustments to menu-bar.el.
* lisp/menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
<separator-undo, spell>: Move ns-win's adjustments here.
* lisp/loadup.el [ns]: Do not load easymenu.

* src/Makefile.in (SOME_MACHINE_LISP): Remove easymenu.elc.
* lib-src/makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove easymenu.elc.
lib-src/ChangeLog
lib-src/makefile.w32-in
lisp/ChangeLog
lisp/loadup.el
lisp/menu-bar.el
lisp/term/ns-win.el
src/ChangeLog
src/Makefile.in